x11: Don't use g_print for debug output
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:29:16 +0000 (21:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:40:24 +0000 (21:40 -0500)
commit2ad19c70ce41cf53b9de4606d114f6a13abd9bca
treec90ad6ac16aed01708f4e1ee157ed8683c9f1b83
parent29c1263c4b5bc7d75a932a9d82cb5142413c71ae
x11: Don't use g_print for debug output

The g_print documentation explicitly says not to do this, since
g_print is meant to be redirected by applications. Instead use
g_message for logging that can be triggered via GTK_DEBUG.
gdk/x11/gdkdevicemanager-x11.c
gdk/x11/gdkglcontext-x11.c
gdk/x11/xsettings-client.c